runtime.g.sig (field)
10 uses
runtime (current package)
panic.go#L1001: gp.sig = 0
panic.go#L1291: if gp.sig != 0 {
panic.go#L1292: signame := signame(gp.sig)
panic.go#L1296: print("[signal ", hex(gp.sig))
runtime2.go#L480: sig uint32
signal_unix.go#L699: gp.sig = sig
signal_unix.go#L848: switch gp.sig {
signal_unix.go#L886: if gp.sig >= uint32(len(sigtable)) {
signal_unix.go#L890: panic(errorString(sigtable[gp.sig].name))
signal_unix.go#L1367: gp.sig = _SIGSEGV
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |